Map

The MapBase is formed by

class MapBase {

   [...]

   std::list<wolf::LandmarkBasePtr> landmark_list_;

}

See also

Check the MapBase class code on GitLab